home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00043_moving click on.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  158 b   |  9 lines

  1. on mouseDown
  2.   global gframe, gbookname
  3.   cursor(4)
  4.   set gbookname to "MOVING"
  5.   gfind(the clickOn + 50)
  6.   cursor(0)
  7.   play frame "sel" & string(gframe)
  8. end
  9.